Vcenter CryptoManager Kms Providers NativeProviderCreateSpec
The Vcenter CryptoManager Kms Providers NativeProviderCreateSpec schema contains properties that describe the desired configuration for a Vcenter CryptoManager Kms Providers Type.NATIVE provider.
This schema was added in vSphere API 7.0.2.0.
{
"key_id": "string",
"key_derivation_key": "string"
}
Key identifier for the provider.
The key identifier is required to be a 128-bit UUID represented as a hexadecimal string in "12345678-abcd-1234-cdef-123456789abc" format.
This property was added in vSphere API 7.0.2.0.
If missing or null
, the key identifier will be generated automatically.
Key used to derive data encryption keys. Base64 encoded.
This property was added in vSphere API 7.0.2.0.
If missing or null
, the key derivation key will be generated automatically.